home *** CD-ROM | disk | FTP | other *** search
- Path: news.acadia.net!usenet
- From: steven2@salesbook.com (Steve Nutt)
- Newsgroups: comp.lang.c++
- Subject: Re: problems with borland c++ 4.5
- Date: Sun, 03 Mar 1996 06:54:37 GMT
- Organization: DET
- Message-ID: <4hb70r$9gm@post.acadia.net>
- References: <4h82p0$cc2@rzsun02.rrz.uni-hamburg.de>
- Reply-To: steven2@salesbook.com
- NNTP-Posting-Host: blf7.acadia.net
- X-Newsreader: Forte Free Agent 1.0.82
-
- in5y231@public.uni-hamburg.de (Michael Leuschner) wrote:
-
-
- >We have a problem concerning Borland C++ 4.5 and hope somebody will be able to
- >help us...
-
- >We developed a program in C++ with the IDE enviroment and the App Expert and
- >have no problem with that. Now we want to add some C source code but were
- >not successful. It seems that the c++ compiler is able to compile our
- >ANSI c sources but later the linker can't manage to link the mix of
- >c++ and c together...
-
- >Does anyone have a clue?
- >Is the a known problem (and how can you solve it) ?
-
- >--Michael
- >University of Hamburg, Germany
-
- Are you using the
- extern "C" <ret type> <funcion name> (<arguments>);
- construct in your c++ modules? This may be your problem. I have mixed
- c and c++ in the same project using 4.5
-
- Steve
-
-